Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alnum
ctype_alnum
Check alphanumeric characters
Name:
ctype_alnum
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphanumeric characters
Related
What Fields Does mysqli::$server_info Return and How to Parse Them?
6
Use ftp_rawlist to implement remote file management in Laravel projects
6
How to Include Custom Functions and Libraries in Laravel
6
How to Efficiently Copy Large Data Blocks in PHP Using FFI::memcpy? Practical Tips Included
1
Similar Functions
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_digit
ctype_digit
Checknumericcharacte
ctype_graph
ctype_graph
Checkforanyprintable
ctype_punct
ctype_punct
Checkforprintablecha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_print
ctype_print
Checkprintablecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles